Skip to content

Commit

Permalink
Merge pull request #1 from madsi1m/patch-7
Browse files Browse the repository at this point in the history
typeO
  • Loading branch information
labkode authored Jan 14, 2020
2 parents 280fc0d + 5267460 commit 025923c
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 025923c

Please sign in to comment.