How to delete a versioned S3 bucket? [closed] - amazon-s3

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
The AWS Console won't let me delete a bucket it says is empty (and whose files I deleted using the console) because, when I click delete, it tells me the bucket isn't empty. I assume that this is because deleting the files didn't delete their earlier versions. Is this correct? If so, how can I clean out the bucket? This 2 cent charge on my credit card bill each month is getting annoying. =)

Via the AWS Forum: use Cloudberry, or BucketExplorer.

Related

Deleting Loads of Openfire users [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have an OpenFire chat server running for clients. I need to delete all users who have not logged in for about 6 months. I think it will be around ~1500 users that need to be deleted. Clicking delete and confirm is taking a lot of time. Is there any way to do it via a script or command line ?

Make s3 not list files when pointing to index directory [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a bucket in s3 called site.cdn. I have also added a DNS record so instead of using the whole big url of cloudfront or s3 i will use cdn.site.com but when i point this address into the browser it lists all files from that bucket...
How can i make sure s3 wont display any files when on the index directory of the bucket?
Make the bucket private, but set the individual files as public.

Backup Mantis [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I want to fully backup my Mantis tracking system, what is the easiest way to do this?
If I only backup the database, does it backup everything on Mantis already?
Thanks!!
To completely backup Mantis, the database state must be saved. In addition, you should back up the following files or directories:
the upload directory, if Mantis is configured to store attachments on disk;
the config_inc.php file
any other custom files, like custom_strings_inc.php or custom_constant_inc.php

Is it possible to sort files on Amazon S3? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Also, is it possible to set a default sort order for a bucket on Amazon S3?
For viewing, or for some additional processing?
If you want to sort the files for viewing on a Windows desktop, an inexpensive option is to install WebDrive and map a drive to Amazon S3. You can do a column sort by date, file type, name, etc.

Are amazon s3 folders browsable? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a little cloud api based on amazon which uploads a file with a 20 chars random title.
This file is public, but can anyone access it without knowing the filename?
Example: amazonurl.com/mybucket/myfolder/xxxxxxxxxxxxxxxxxxxxxxxxxxxxx.txt
Can someone browse mybucket or myfolder and access the file anyway?
Thanks.
No, S3 does not autogenerate an index.html as some webservers do. You need to explicitly define the file you are referencing to access it.