Skip to content

Commit

Permalink
typeO
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael D'Silva authored Jan 13, 2020
1 parent 280fc0d commit 5267460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/fs/s3/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ func (fs *s3FS) CreateReference(ctx context.Context, path string, targetURI *url
}

func (fs *s3FS) CreateHome(ctx context.Context) error {
return errtypes.NotSupported("eos: not supported")
return errtypes.NotSupported("s3fs: not supported")
}

func (fs *s3FS) CreateDir(ctx context.Context, fn string) error {
Expand Down

0 comments on commit 5267460

Please sign in to comment.