-
Notifications
You must be signed in to change notification settings - Fork 11
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
Check that S3 export with buckets that contain dots #190
Comments
@morazow, I remember that @jakobbraun recently solved the dot-in-filenames issue in the VS thanks to the new Connection definitions with split bucket path components. Is the same fix applicable here? |
It is also applied here #120. Above issue was reported when exporting, and only strange thing was bucket name. At this moment, I am not sure what causes this issue. But dots in the name may be reason. The exception line S3AUtils.java#L1152, just checks that bucket name is not an empty string. So splitting and reassembling might still help, I am going to check it. |
Hey all,
AWS SDK should also fail for all schemes other than From S3 bucket naming rules:
So maybe it is not allowed to end a bucket name with a number. I am going to add early check for this in the project with user friendly exception. |
you could also take the chance and switch to the unified API... |
That would be really good. But I am not aware any library for JVM that can unify them. Only one is |
Situation
Exception:
The text was updated successfully, but these errors were encountered: