Skip to content

Commit

Permalink
Merge pull request #2 from nash-io/fix-delete-not-working
Browse files Browse the repository at this point in the history
Remove encoding when deleting object
  • Loading branch information
rschef authored Feb 2, 2023
2 parents 9515748 + cd8267f commit ee5f145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/waffle/storage/google/cloud_storage.ex
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ defmodule Waffle.Storage.Google.CloudStorage do
Objects.storage_objects_delete(
conn(),
bucket(definition),
path_for(definition, version, meta) |> URI.encode_www_form()
path_for(definition, version, meta)
)
end

Expand Down

0 comments on commit ee5f145

Please sign in to comment.