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
gefragt vor 10 Monaten216 Aufrufe
1 Antwort
1
Akzeptierte Antwort

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
EXPERTE
beantwortet vor 10 Monaten
profile picture
EXPERTE
überprüft vor 10 Monaten
profile picture
EXPERTE
überprüft vor 10 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen