S3 Bucket specific path without a time stamp

Hi there,

I am trying to deploy a Java lambda function to a specific S3 bucket and a specific path in this bucket. What I’ve seen so far is that I can upload the lambda to the bucket I specified in the serverless.yml provider section, but it is always uploaded under {specific-bucket-name}/serverless/serverless-example/dev/{timestamp-of-the-upload}. Is there an option not to use an unique upload folder from the timestamp? I saw this commit : https://github.com/serverless/serverless/pull/1906/commits/030722c313a451fde80b722fbcca66120e6825dc which appends this time stamp to the path, but is there a way to avoid this property? Thanks!