diff --git a/pkg/slurp/storage/local_storage.go b/pkg/slurp/storage/local_storage.go index 4530916..440a894 100644 --- a/pkg/slurp/storage/local_storage.go +++ b/pkg/slurp/storage/local_storage.go @@ -141,7 +141,7 @@ func (ls *LocalStorageImpl) Store( if options != nil { entry.TTL = options.TTL entry.Compressed = options.Compress - entry.AccessLevel = string(options.AccessLevel) + entry.AccessLevel = options.AccessLevel.String() // Copy metadata for k, v := range options.Metadata {