0
Need solution to list all objects in S3 bucket for CF2018
Explorer
,
/t5/coldfusion-discussions/need-solution-to-list-all-objects-in-s3-bucket-for-cf2018/td-p/14426530
Feb 16, 2024
Feb 16, 2024
Copy link to clipboard
Copied
Hello All,
I am looking for simple solution to list down all objects unders S3 bucket specific folder. I can list down one object but challenge is object/keyname is dynamic. So, I cannot specify keyname while retrieving the object from s3 bucket.
Is there any simple way if anyone come across to pull all S3 bucket folder objects and copy them into local directory?
Then I can use <cfdirectory> to filter the files I want.
Please suggest.
Thanks in advance!
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/coldfusion-discussions/need-solution-to-list-all-objects-in-s3-bucket-for-cf2018/m-p/14447048#M197139
Feb 25, 2024
Feb 25, 2024
Copy link to clipboard
Copied
Have a look at Adobe's documentation on ColdFusion and Amazon S3. There you will find an example of code to create and dump a bucket-list
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

