You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method still may return an empty string when the versioning is disabled on the bucket (that's because the returned <VersioningConfiguration> xml element is empty in such a case).
Otherwise the returned value could be null or undefined, but that may be a breaking change.
I may submit a PR to bring the change if it would be welcome.
The text was updated successfully, but these errors were encountered:
Follow-up of #1296, see comment #1296 (comment)
The method still may return an empty string when the versioning is disabled on the bucket (that's because the returned
<VersioningConfiguration>
xml element is empty in such a case).Otherwise the returned value could be null or undefined, but that may be a breaking change.
I may submit a PR to bring the change if it would be welcome.
The text was updated successfully, but these errors were encountered: