As it is mentioned on this page, one can specify a custom delimiter for organizing their keys in a S3 bucket.
I am writing some code where I want to concatenate directory and file names together, and I would like to use that delimiter, but I want to acquire it programatically. Is it possible to acquire that information from S3 through python?
I checked this documentation page for the S3 bucket object and could not find something myself.
Thank you.
CodePudding user response:
Delimiter is not a setting on the bucket. It's just a parameter you can pass to certain S3 API calls.
