Daniel Dye

Results 2 issues of Daniel Dye

So, after much confusion, seems that there is a bug with the "copy_object" method. The documentation states that you can do: > object = bucket.objects.find("lenna.png") > object.copy(:key => "lenna.png", :bucket...

bug

I'm likely missing something, but I've been trying to setup the following logic in GitHub Actions with this action: > On pushes to `main`, when there is no git tag...