Interface ObjectStorageAccountService

    • Method Detail

      • updateMetadata

        boolean updateMetadata​(Map<String,​String> metadata)
        Creates or updates the SwiftAccount metadata.
        Parameters:
        metadata - the metadata to create or update.
        Returns:
        true if the metadata was created or updated successfully, false if not
      • deleteMetadata

        boolean deleteMetadata​(Map<String,​String> metadata)
        Deletes the SwiftAccount metadata.
        Parameters:
        metadata - the metadata to delete.
        Returns:
        true if the metadata was deleted successfully, false if not
      • updateTemporaryUrlKey

        boolean updateTemporaryUrlKey​(String temporaryUrlKey)
        Replaces the temporary URL key for the SwiftAccount
        Parameters:
        temporaryUrlKey - the temporary URL key
        Returns:
        true if the update was successful