what is the maximum length of a file name in s3??
Answers
Answered by
0
When you create an object, you specify the key name, which uniquely identifies the object in the bucket. For example, in the Amazon S3 console (see AWS Management Console), when you highlight a bucket, a list of objects in your bucket appears. These names are the object keys. The name for a key is a sequence of Unicode characters whose UTF-8 encoding is at most 1024 bytes long.
So the file name can be 1024 bytes long. Remember this includes the the entire path including the folder names (which are just logical) with the file name.
i hope help you
So the file name can be 1024 bytes long. Remember this includes the the entire path including the folder names (which are just logical) with the file name.
i hope help you
Answered by
0
Answer:
The maximum length of a pathname is 256 characters, which includes all parent directories and the filename. 255-character mixed-case long filename is possible only for files, or folders with no sub-folders, at the root folder of any drive.
Similar questions