aws / aws/amazon-s3-encryption-client-java
S3 Encryption Client payload interoperability
- Lenguaje dominante
- Java
- Estrellas
- 34
- Forks
- 21
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### Problem:
My organisation currently uses S3 Encryption Client for client-side encryption of our S3 objects.
We need to support multiple blob storages (such as GCS) with client-side encryption.
S3 Encryption Client is only compatible with S3. We're looking to have a solution that will be multi-storage.
### Solution:
One option we are evaluating is relying on S3 Encryption Client internals such as CipherSubscriber/CipherProvider (a couple more) and building a thin agnostic wrapper around it such that we can continue to use it for all our existing S3 objects.
However being internal API we are hesistant. Would it be possible to promote some of the internal API to public?
We have also considered AWS Encryption SDK, but it isn't interoperable with the payloads due to its framed format. We'd also appreciate any other suggestions! Re-encryption to a new format would also be very expensive.
Guía de contribución
Línea de trabajo
Comienza revisando los elementos internos de S3 Encryption Client mencionados en el issue, especialmente CipherSubscriber y CipherProvider, y compara su formato de payload con el formato enmarcado de AWS Encryption SDK. No se identifican archivos ni pruebas; se consideraría terminado si se acuerda una API pública e independiente del almacenamiento u otro enfoque de interoperabilidad que preserve los payloads existentes cifrados por S3.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- aws, java
- Área
- cloud, security
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Estado de actividad
- Tranquilo
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 25/100