Horizon cannot delete buckets with prefix PRE/
Bug #2023926 reported by
Paulo Rodriguez
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
New
|
Undecided
|
Unassigned |
Bug Description
Steps:
Using an cli to upload files to a S3 Container on openstack swift using the following command:
aws --endpoint http://
The Swift will assume the file has a prefix '/' and will list it as PRE/:
aws --endpoint http://
2023-05-11 13:35:21 10000000 file10MB
This file can be delete through cli using a path like s3://mybucket/
On Horizon, if will list a folder with no name on the table and will not delete.
To post a comment you must log in.
horizon does supportr Swift API rather than S3 API.
What happens if you use the Swift API?