Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't use aws buckets with periods in the name #23

Closed
earlh opened this issue Apr 17, 2017 · 3 comments
Closed

can't use aws buckets with periods in the name #23

earlh opened this issue Apr 17, 2017 · 3 comments

Comments

@earlh
Copy link
Contributor

earlh commented Apr 17, 2017

see discussion here:
boto/boto#2836

eg boto won't work with bucket 'a.b' but will with 'a-b'; requesting a key for any bucket with a period in the name returns None

@dmpetrov
Copy link
Member

Common case :( People likes to use their domain name as a bucket.

@earlh
Copy link
Contributor Author

earlh commented Apr 17, 2017

Yeah, guess how I found it :D :D. My previous naming scheme for buckets was initials.project. There went two hours ending with "I'm copying and pasting the goddamn code sample exactly as written".

Unfortunately, there doesn't seem to be an easy solution; the most direct one is editing ~/.boto but that doesn't necessarily work. Worse yet, ~/.boto is also used by gc/gsutils, and I'm not sure if the change is compatible with both. That's at bare minimum a pain for dev.

@efiop
Copy link
Contributor

efiop commented Apr 15, 2018

Fixed with #651 by migrating to boto3, which has that bug fixed.

@efiop efiop closed this as completed Apr 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants