Sergey Dashko
07/15/2022, 1:09 PMS3List
task to get list of bucket specifying full path?
Whenever I try to provide full path there is an error about bucket not matching some Regex.
It works only when I provide plain name of the root bucket like this test-bucket
but I need content of the directory inside that bucket.
How this can be done?Anna Geller
s3_client.list_buckets()
and to list objects:
s3_client.list_objects()
Sergey Dashko
07/15/2022, 2:56 PM