sonatype-nexus-community / nexus-blobstore-google-cloud

Nexus Repository Manager Blobstore backed by Google Cloud Storage
https://help.sonatype.com/en/configuring-blob-stores.html#google-cloud-blob-store
Eclipse Public License 1.0
39 stars 16 forks source link

Read the old attribute names but write only the new attribute names #99

Closed Blacktiger closed 3 years ago

Blacktiger commented 3 years ago

Issue: https://issues.sonatype.org/browse/NEXUS-28348

These changes swap the stored attribute names to match the attribute names used in the rest api. This allows the react UI to use the REST API, while the extjs UI continues to work as before. This could result in different blobstore configurations using different atttribute names, but once they are updated they will use the new names.

nblair commented 3 years ago

Closing this in favor of #104.