Cannot upload more than 60GB on S3 through UI or console access

0

Is there any limitation while uploading file on S3 through User Interface ? After 60GB it fails.

Through CLI its possible but through UI/Console it fails.Is there any limitation ?

Dhaval
preguntada hace 10 meses218 visualizaciones
1 Respuesta
1
Respuesta aceptada

The limit for uploads via the Console is 160GB, anything bigger use the command line

  • Upload an object in a single operation by using the AWS SDKs, REST API, or AWS CLI – With a single PUT operation, you can upload a single object up to 5 GB in size.
  • Upload a single object by using the Amazon S3 console – With the Amazon S3 console, you can upload a single object up to 160 GB in size.
  • Upload an object in parts by using the AWS SDKs, REST API, or AWS CLI – Using the multipart upload API operation, you can upload a single large object, up to 5 TB in size.

https://docs.aws.amazon.com/AmazonS3/latest/userguide/upload-objects.html

profile picture
EXPERTO
respondido hace 10 meses
profile picture
EXPERTO
revisado hace 10 meses
profile picture
EXPERTO
revisado hace 10 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas